Dynomotion

Group: DynoMotion Message: 7493 From: paleoelvis Date: 5/19/2013
Subject: C Code Clipboard does not work
Hey Tom am a first time user of Kflop. I am using Gecko drives and servo motors. I have things wired and can move all motors from both the configure screen and the Kmotion jogging. None of my c code clipboards are working. The button changes color but a window/clipboard does not appear. Is there something that needs to be set for these to work?

Also I looked at the InitStepDir3axis.c step direction c code file that came with the system. I am going to try editing it to match my setup. the first line has ch0->InputMode=ENCODER_MODE; I tried changing it to NONE as that is an option on the configure screen. I get an error.
Do i simply leave that line out to have no input?
Group: DynoMotion Message: 7494 From: tmday7 Date: 5/20/2013
Subject: Re: C Code Clipboard does not work
Hello,
Not Tom here but,when you Copy to ClipBoard you should be able to open a Notepad window and paste code. Or paste it in the C program window of Kmotion.

I would first make a copy of a C program example and paste your motor settings into it.

Troy

--- In DynoMotion@yahoogroups.com, "paleoelvis" <paleoelvis@...> wrote:
>
> Hey Tom am a first time user of Kflop. I am using Gecko drives and servo motors. I have things wired and can move all motors from both the configure screen and the Kmotion jogging. None of my c code clipboards are working. The button changes color but a window/clipboard does not appear. Is there something that needs to be set for these to work?
>
> Also I looked at the InitStepDir3axis.c step direction c code file that came with the system. I am going to try editing it to match my setup. the first line has ch0->InputMode=ENCODER_MODE; I tried changing it to NONE as that is an option on the configure screen. I get an error.
> Do i simply leave that line out to have no input?
>
Group: DynoMotion Message: 7497 From: paleoelvis Date: 5/20/2013
Subject: Re: C Code Clipboard does not work
--- In DynoMotion@yahoogroups.com, "tmday7" <tmday88@...> wrote:
>
> Hello,
> Not Tom here but,when you Copy to ClipBoard you should be able to open a Notepad window and paste code. Or paste it in the C program window of Kmotion.
>
> I would first make a copy of a C program example and paste your motor settings into it.
>
> Troy

Thank you for your reply Troy but the clipboard button does not bring up
the clipboard with the code.

I just downloaded the latest version and installed it and the clipboard
button does not work in it either.
Group: DynoMotion Message: 7498 From: Tom Kerekes Date: 5/20/2013
Subject: Re: C Code Clipboard does not work
Hi,

The C Code -> Clip board button does not bring up anything.  You will not see anything happen.  It just puts the code into the clipboard (hidden).  You must then paste it somewhere to see it.  You can use ctrl-v to paste the code.  Or right mouse click and select paste.

HTH
Regards
TK